File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,17 @@ jobs:
2525
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v4
28+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2929 with :
3030 # We must fetch at least the immediate parents so that if this is
3131 # a pull request then we can checkout the head.
3232 fetch-depth : 0
3333
3434 # Initializes the CodeQL tools for scanning.
3535 - name : Initialize CodeQL
36- uses : github/codeql-action/init@v3
36+ uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
3737 with :
3838 languages : ${{ matrix.language }}
3939
4040 - name : Perform CodeQL Analysis
41- uses : github/codeql-action/analyze@v3
41+ uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 build :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717 with :
1818 fetch-depth : 0
19- - uses : micnncim/action-label-syncer@v1
19+ - uses : micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1
2020 env :
2121 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2222 with :
Original file line number Diff line number Diff line change 2828 - 16
2929 steps :
3030 - name : Checkout Master
31- uses : actions/checkout@v4
31+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3232 - name : Setup env
3333 uses : the-guild-org/shared-config/setup@main
3434 with :
@@ -49,15 +49,15 @@ jobs:
4949 - 16
5050 steps :
5151 - name : Checkout Master
52- uses : actions/checkout@v4
52+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5353 - name : Setup env
5454 uses : the-guild-org/shared-config/setup@main
5555 with :
5656 nodeVersion : 23
5757 - name : Use GraphQL v${{matrix.graphql_version}}
5858 run : node ./scripts/match-graphql.js ${{matrix.graphql_version}} && yarn install --no-frozen-lockfile
5959 - name : Cache Jest
60- uses : actions/cache@v4
60+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
6161 with :
6262 path : .cache/jest
6363 key : ${{ runner.os }}-${{matrix.node-version}}-${{matrix.graphql_version}}-jest-${{ hashFiles('yarn.lock') }}
7272 runs-on : ubuntu-latest
7373 steps :
7474 - name : Checkout Master
75- uses : actions/checkout@v4
75+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7676 - name : Setup env
7777 uses : the-guild-org/shared-config/setup@main
7878 with :
Original file line number Diff line number Diff line change 1818 if : github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push'
1919 steps :
2020 - name : checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2222 with :
2323 fetch-depth : 0
2424
You can’t perform that action at this time.
0 commit comments