Skip to content

Commit 5cca889

Browse files
committed
Merge branch 'dependabot/github_actions/ruby/setup-ruby-1.257.0' of https://github.com/open-telemetry/opentelemetry-ruby-contrib into dependabot/github_actions/ruby/setup-ruby-1.257.0
2 parents 67d9a04 + 1235643 commit 5cca889

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
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@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
46+
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
4747
with:
4848
sarif_file: results.sarif

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/stale@v9
20+
- uses: actions/stale@v10
2121
name: Clean up stale issues and PRs
2222
with:
2323
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)