File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ jobs:
3434 uses : ./.github/actions/install-tools
3535
3636 - name : Initialize CodeQL
37- uses : github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
37+ uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
3838 with :
3939 languages : go
4040 config-file : ./.github/codeql.yaml
4141
4242 - run : make build
4343
4444 - name : Perform CodeQL Analysis
45- uses : github/codeql-action/analyze@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
45+ uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
4646 with :
4747 category : " /language:go"
Original file line number Diff line number Diff line change 2121 fetch-depth : 0
2222
2323 - name : Setup Node.js
24- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
24+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
2525
2626 - name : Install commitlint
2727 run : npm install --save-dev @commitlint/{config-conventional,cli}
Original file line number Diff line number Diff line change 1111 - name : Checkout
1212 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1313 - name : Dependency Review
14- uses : actions/dependency-review-action@bc41886e18ea39df68b1b1245f4184881938e050 # v4.7.2
14+ uses : actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
Original file line number Diff line number Diff line change 5454 retention-days : 5
5555
5656 - name : " Upload to code-scanning"
57- uses : github/codeql-action/upload-sarif@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
57+ uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
5858 with :
5959 sarif_file : results.sarif
Original file line number Diff line number Diff line change 4545
4646 - name : Get pkg app token
4747 id : pkg-app-token
48- uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
48+ uses : actions/create-github-app-token@def152b8a737443d7af6c5722c6389146fe90c90 # v2.1.2
4949 with :
5050 app-id : ${{ vars.PKG_WORKFLOW_GITHUB_APP_ID }}
5151 private-key : ${{ secrets.PKG_WORKFLOW_GITHUB_APP_SECRET }}
Original file line number Diff line number Diff line change 4545
4646 - name : Get pkg app token
4747 id : pkg-app-token
48- uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
48+ uses : actions/create-github-app-token@def152b8a737443d7af6c5722c6389146fe90c90 # v2.1.2
4949 with :
5050 app-id : ${{ vars.PKG_WORKFLOW_GITHUB_APP_ID }}
5151 private-key : ${{ secrets.PKG_WORKFLOW_GITHUB_APP_SECRET }}
Original file line number Diff line number Diff line change 4545
4646 - name : Get pkg app token
4747 id : pkg-app-token
48- uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
48+ uses : actions/create-github-app-token@def152b8a737443d7af6c5722c6389146fe90c90 # v2.1.2
4949 with :
5050 app-id : ${{ vars.PKG_WORKFLOW_GITHUB_APP_ID }}
5151 private-key : ${{ secrets.PKG_WORKFLOW_GITHUB_APP_SECRET }}
Original file line number Diff line number Diff line change 4545
4646 - name : Get pkg app token
4747 id : pkg-app-token
48- uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
48+ uses : actions/create-github-app-token@def152b8a737443d7af6c5722c6389146fe90c90 # v2.1.2
4949 with :
5050 app-id : ${{ vars.PKG_WORKFLOW_GITHUB_APP_ID }}
5151 private-key : ${{ secrets.PKG_WORKFLOW_GITHUB_APP_SECRET }}
You can’t perform that action at this time.
0 commit comments