File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2020 ARCH : [ "amd64", "arm64"]
2121 steps :
2222 - name : Check out the codebase.
23- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2424 with :
2525 fetch-depth : 0
2626
7575 lang : [ "java", "nodejs", "dotnet" ]
7676 steps :
7777 - name : Check out the codebase.
78- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
78+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
7979 with :
8080 fetch-depth : 0
8181 # TODO we currently build the RPM and DEB for at least once CPU architectures twice, once in the build-package job
9292 permissions :
9393 contents : write
9494 steps :
95- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
95+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
9696 - run : mkdir -p artifacts
9797 - name : Download artifacts
9898 uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
Original file line number Diff line number Diff line change 3030 PR_HEAD : ${{ github.event.pull_request.head.sha }}
3131
3232 steps :
33- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
33+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3434 with :
3535 fetch-depth : 0
3636 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
Original file line number Diff line number Diff line change 1212 fossa :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
15+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1616
1717 - uses : fossas/fossa-action@3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac # v1.7.0
1818 with :
Original file line number Diff line number Diff line change 2020 # Needed for GitHub OIDC token if publish_results is true
2121 id-token : write
2222 steps :
23- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2424 with :
2525 persist-credentials : false
2626
4343 # Upload the results to GitHub's code scanning dashboard (optional).
4444 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
4545 - name : " Upload to code-scanning"
46- uses : github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
46+ uses : github/codeql-action/upload-sarif@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
4747 with :
4848 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2121 with :
2222 app-id : ${{ vars.OTELBOT_APP_ID }}
2323 private-key : ${{ secrets.OTELBOT_PRIVATE_KEY }}
24- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2525 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2626 with :
2727 go-version : " 1.25.4"
You can’t perform that action at this time.
0 commit comments