@@ -19,10 +19,10 @@ jobs:
1919 runs-on : ${{ github.repository == 'stainless-sdks/gitpod-typescript' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
2020 if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2323
2424 - name : Set up Node
25- uses : actions/setup-node@v4
25+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2626 with :
2727 node-version : ' 20'
2828
@@ -41,10 +41,10 @@ jobs:
4141 contents : read
4242 id-token : write
4343 steps :
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4545
4646 - name : Set up Node
47- uses : actions/setup-node@v4
47+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
4848 with :
4949 node-version : ' 20'
5050
5757 - name : Get GitHub OIDC Token
5858 if : github.repository == 'stainless-sdks/gitpod-typescript'
5959 id : github-oidc
60- uses : actions/github-script@v6
60+ uses : actions/github-script@00f12e3e20659f42342b1c0226afda7f7c042325 # v6
6161 with :
6262 script : core.setOutput('github_token', await core.getIDToken());
6363
@@ -74,10 +74,10 @@ jobs:
7474 runs-on : ${{ github.repository == 'stainless-sdks/gitpod-typescript' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
7575 if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
7676 steps :
77- - uses : actions/checkout@v4
77+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
7878
7979 - name : Set up Node
80- uses : actions/setup-node@v4
80+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
8181 with :
8282 node-version : ' 20'
8383
0 commit comments