File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 needs :
5252 - check-versions
5353 steps :
54- - uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
54+ - uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
5555 id : otelbot-token
5656 with :
5757 app-id : ${{ vars.OTELBOT_SEMANTIC_CONVENTIONS_JAVA_APP_ID }}
Original file line number Diff line number Diff line change 4343 uses : gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0
4444
4545 - name : Initialize CodeQL
46- uses : github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
46+ uses : github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
4747 with :
4848 languages : ${{ matrix.language }}
4949 # using "linked" helps to keep up with the latest Kotlin support
6060 DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
6161
6262 - name : Perform CodeQL analysis
63- uses : github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
63+ uses : github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
6464 with :
6565 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@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2 .0
23+ - uses : actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3 .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@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2 .0
41+ - uses : actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3 .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@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2 .0
58+ - uses : actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3 .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@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
47+ uses : github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
4848 with :
4949 sarif_file : results.sarif
Original file line number Diff line number Diff line change 6262 - name : Use CLA approved bot
6363 run : .github/scripts/use-cla-approved-bot.sh
6464
65- - uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
65+ - uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
6666 id : otelbot-token
6767 with :
6868 app-id : ${{ vars.OTELBOT_APP_ID }}
@@ -110,7 +110,7 @@ jobs:
110110 - name : Use CLA approved bot
111111 run : .github/scripts/use-cla-approved-bot.sh
112112
113- - uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
113+ - uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
114114 id : otelbot-token
115115 with :
116116 app-id : ${{ vars.OTELBOT_APP_ID }}
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ jobs:
194194 - name : Use CLA approved bot
195195 run : .github/scripts/use-cla-approved-bot.sh
196196
197- - uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
197+ - uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
198198 id : otelbot-token
199199 with :
200200 app-id : ${{ vars.OTELBOT_APP_ID }}
You can’t perform that action at this time.
0 commit comments