File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 uses : gradle/actions/setup-gradle@9c971963bec38e04b3d30dcc455b5382be2fdbfb # v6.3.0
4545
4646 - name : Initialize CodeQL
47- uses : github/codeql-action/init@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
47+ uses : github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
4848 with :
4949 languages : ${{ matrix.language }}
5050 # using "linked" helps to keep up with the latest Kotlin support
6161 DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
6262
6363 - name : Perform CodeQL analysis
64- uses : github/codeql-action/analyze@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
64+ uses : github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
6565 with :
6666 category : " /language:${{matrix.language}}"
6767
7171 needs :
7272 - analyze
7373 if : always() && github.event_name == 'schedule'
74- uses : open-telemetry/shared-workflows/.github/workflows/workflow-failure-issue.yml@62d5939b47144252763c5ff9fffe8c20d76cd806 # v0.4 .0
74+ uses : open-telemetry/shared-workflows/.github/workflows/workflow-failure-issue.yml@f13d0cb656d7244ca8c1638b6996dbaef1083bdd # v0.6 .0
7575 with :
7676 success : ${{ needs.analyze.result == 'success' }}
Original file line number Diff line number Diff line change 2727 needs :
2828 - fossa
2929 if : always()
30- uses : open-telemetry/shared-workflows/.github/workflows/workflow-failure-issue.yml@62d5939b47144252763c5ff9fffe8c20d76cd806 # v0.4 .0
30+ uses : open-telemetry/shared-workflows/.github/workflows/workflow-failure-issue.yml@f13d0cb656d7244ca8c1638b6996dbaef1083bdd # v0.6 .0
3131 with :
3232 success : ${{ needs.fossa.result == 'success' }}
Original file line number Diff line number Diff line change 7272 needs :
7373 - stale
7474 if : always()
75- uses : open-telemetry/shared-workflows/.github/workflows/workflow-failure-issue.yml@62d5939b47144252763c5ff9fffe8c20d76cd806 # v0.4 .0
75+ uses : open-telemetry/shared-workflows/.github/workflows/workflow-failure-issue.yml@f13d0cb656d7244ca8c1638b6996dbaef1083bdd # v0.6 .0
7676 with :
7777 success : ${{ needs.stale.result == 'success' }}
Original file line number Diff line number Diff line change 2424 needs :
2525 - analysis
2626 if : always()
27- uses : open-telemetry/shared-workflows/.github/workflows/workflow-failure-issue.yml@62d5939b47144252763c5ff9fffe8c20d76cd806 # v0.4 .0
27+ uses : open-telemetry/shared-workflows/.github/workflows/workflow-failure-issue.yml@f13d0cb656d7244ca8c1638b6996dbaef1083bdd # v0.6 .0
2828 with :
2929 success : ${{ needs.analysis.result == 'success' }}
Original file line number Diff line number Diff line change 1515 permissions :
1616 contents : read # for actions/checkout
1717 security-events : write # for zizmor to upload SARIF results
18- uses : open-telemetry/shared-workflows/.github/workflows/zizmor.yml@62d5939b47144252763c5ff9fffe8c20d76cd806 # v0.4 .0
18+ uses : open-telemetry/shared-workflows/.github/workflows/zizmor.yml@f13d0cb656d7244ca8c1638b6996dbaef1083bdd # v0.6 .0
You can’t perform that action at this time.
0 commit comments