File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 run : ./.github/scripts/update-semconv-version.sh $VERSION
7171
7272 - name : Set up Java for build
73- uses : actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4 .0
73+ uses : actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5 .0
7474 with :
7575 distribution : temurin
7676 java-version : 21
Original file line number Diff line number Diff line change @@ -59,14 +59,14 @@ jobs:
5959
6060 - id : setup-java-test
6161 name : Set up Java ${{ matrix.test-java-version }} for tests
62- uses : actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4 .0
62+ uses : actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5 .0
6363 with :
6464 distribution : temurin
6565 java-version : ${{ matrix.test-java-version }}
6666
6767 - id : setup-java
6868 name : Set up Java for build
69- uses : actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4 .0
69+ uses : actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5 .0
7070 with :
7171 distribution : temurin
7272 java-version : 21
Original file line number Diff line number Diff line change 3333
3434 - name : Set up Java 21
3535 if : matrix.language == 'java'
36- uses : actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4 .0
36+ uses : actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5 .0
3737 with :
3838 distribution : temurin
3939 java-version : 21
4444 uses : gradle/actions/setup-gradle@3f131e8634966bd73d06cc69884922b02e6faf92 # v6.2.0
4545
4646 - name : Initialize CodeQL
47- uses : github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
47+ uses : github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
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@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
64+ uses : github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
6565 with :
6666 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 2020 # Action #1: Handle issues/PRs awaiting author feedback
2121 # - After 7 days inactive: Adds "stale" label + warning comment
2222 # - After 7 more days inactive: Closes
23- - uses : actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3 .0
23+ - uses : actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4 .0
2424 with :
2525 only-labels : " needs author feedback"
2626 days-before-stale : 7
3838 # - Targets: Issues with "enhancement" label (but NOT "needs author feedback")
3939 # - After 365 days inactive: Adds "stale" label + closes immediately (no warning period)
4040 # - Skips: Issues with "needs author feedback" to avoid conflicts with Action #1
41- - uses : actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3 .0
41+ - uses : actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4 .0
4242 with :
4343 only-labels : " enhancement"
4444 # Skip issues that need author feedback (handled by the first action with 7+7 day policy)
5555 # Action #3: Handle stale PRs
5656 # - After 180 days inactive: Adds "stale" label + warning comment
5757 # - After 14 more days inactive: Closes
58- - uses : actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3 .0
58+ - uses : actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4 .0
5959 with :
6060 days-before-issue-stale : -1
6161 days-before-issue-close : -1
Original file line number Diff line number Diff line change 4444 # Upload the results to GitHub's code scanning dashboard (optional).
4545 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
4646 - name : " Upload to code-scanning"
47- uses : github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
47+ uses : github/codeql-action/upload-sarif@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
4848 with :
4949 sarif_file : results.sarif
Original file line number Diff line number Diff line change 3030
3131 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3232
33- - uses : actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4 .0
33+ - uses : actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5 .0
3434 with :
3535 distribution : temurin
3636 java-version : 21
@@ -173,7 +173,7 @@ jobs:
173173 sleep 60
174174 done
175175
176- - uses : actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4 .0
176+ - uses : actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5 .0
177177 with :
178178 distribution : temurin
179179 java-version : 21
Original file line number Diff line number Diff line change 1717 permissions :
1818 contents : read # for actions/checkout
1919 security-events : write # for zizmor to upload SARIF results
20- uses : open-telemetry/shared-workflows/.github/workflows/zizmor.yml@7c49790392da7de86fdb4bb968446f9cb8461eb8 # v0.3.1
20+ uses : open-telemetry/shared-workflows/.github/workflows/zizmor.yml@62d5939b47144252763c5ff9fffe8c20d76cd806 # v0.4.0
You can’t perform that action at this time.
0 commit comments