File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 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@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
37+ uses : github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
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@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
45+ uses : github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
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@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
24+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
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 @@ -47,13 +47,13 @@ jobs:
4747 publish_results : true
4848
4949 - name : " Upload artifact"
50- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
50+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
5151 with :
5252 name : SARIF file
5353 path : results.sarif
5454 retention-days : 5
5555
5656 - name : " Upload to code-scanning"
57- uses : github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
57+ uses : github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
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@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
48+ uses : actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
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@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
48+ uses : actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
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@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
48+ uses : actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
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@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
48+ uses : actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
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