File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,18 +37,18 @@ jobs:
3737 run : exit 0 # Skip unnecessary test runs for dependabot and merge queues. Artifically flag as successful, as this is a required check for branch protection.
3838
3939 - name : Checkout
40- uses : actions/checkout@v6
40+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4141
4242 - name : Initialize CodeQL
43- uses : github/codeql-action/init@v4
43+ uses : github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
4444 with :
4545 languages : ${{ matrix.language }}
4646 queries : +security-and-quality
4747
4848 - name : Autobuild
49- uses : github/codeql-action/autobuild@v4
49+ uses : github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
5050
5151 - name : Perform CodeQL Analysis
52- uses : github/codeql-action/analyze@v4
52+ uses : github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
5353 with :
5454 category : ' /language:${{ matrix.language }}'
Original file line number Diff line number Diff line change @@ -35,20 +35,20 @@ jobs:
3535
3636 steps :
3737 - name : Checkout code
38- uses : actions/checkout@v6
38+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3939 with :
4040 ref : ${{ github.event.pull_request.head.sha || github.ref }}
4141
4242 - name : Setup Node
43- uses : actions/setup-node@v6
43+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
4444 with :
4545 node-version : ${{ env.NODE_VERSION }}
4646
4747 - name : Install dependencies
4848 run : npm i --include=dev
4949
5050 - name : Run cross-browser tests
51- uses : cypress-io/github-action@v7
51+ uses : cypress-io/github-action@948d67d3074f1bbb6379c8bdbb04e95d2f8e593f # v7.4.0
5252 with :
5353 browser : ${{ matrix.browser }}
5454 start : npm start
5959
6060 - name : Upload Cypress screenshots
6161 if : failure()
62- uses : actions/upload-artifact@v7
62+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6363 with :
6464 name : cypress-screenshots-${{ matrix.browser }}-${{ github.run_id }}
6565 path : cypress/screenshots
Original file line number Diff line number Diff line change 4444
4545 steps :
4646 - name : Checkout code
47- uses : actions/checkout@v6
47+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4848 with :
4949 ref : ${{ github.event.pull_request.head.sha || github.ref }}
5050
7171
7272 - name : Upload Cypress screenshots
7373 if : failure()
74- uses : actions/upload-artifact@v7
74+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7575 with :
7676 name : cypress-screenshots-${{ github.run_id }}
7777 path : cypress/screenshots
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 # Checkout the code
30- - uses : actions/checkout@v6
30+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3131 with :
3232 fetch-depth : 0
3333
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Checkout code
36- uses : actions/checkout@v6
36+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3737 with :
3838 fetch-depth : 0
3939
Original file line number Diff line number Diff line change 3131 - if : github.actor == 'dependabot[bot]' || github.event_name == 'merge_group'
3232 run : exit 0 # Skip unnecessary test runs for dependabot and merge queues. Artifically flag as successful, as this is a required check for branch protection.
3333
34- - uses : actions/checkout@v6
34+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3535 with :
3636 ref : ${{ github.event.pull_request.head.sha || github.ref }}
3737
Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Checkout code
31- uses : actions/checkout@v6
31+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3232 with :
3333 ref : ${{ github.event.pull_request.head.sha || github.ref }}
3434
@@ -45,10 +45,10 @@ jobs:
4545
4646 steps :
4747 - name : Checkout code
48- uses : actions/checkout@v6
48+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4949
5050 - name : Setup Node
51- uses : actions/setup-node@v6
51+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
5252 with :
5353 node-version : ${{ env.NODE_VERSION }}
5454
You can’t perform that action at this time.
0 commit comments