Skip to content

Commit 5622b3c

Browse files
committed
chore: Update workflow actions
1 parent 9fb8b7e commit 5622b3c

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ updates:
2323
ignore:
2424
# Autogenerated proto files
2525
- dependency-name: "google.golang.org/genproto"
26+
- dependency-name: "buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go"
2627
# Currently using our own fork at "github.com/bryk-io/cfssl"
2728
- dependency-name: "github.com/cloudflare/cfssl"
2829
# Avoid constant unstable releases
@@ -36,6 +37,8 @@ updates:
3637
- dependency-name: "go.opentelemetry.io/*"
3738
# Utility only used for testing
3839
- dependency-name: "github.com/stretchr/testify"
40+
# Official Sentry library
41+
- dependency-name: "github.com/getsentry/sentry-go"
3942
# Configure commit messages
4043
commit-message:
4144
# Prefix all commit messages with "dependencies"
@@ -47,4 +50,5 @@ updates:
4750
interval: "monthly"
4851
ignore:
4952
- dependency-name: "bufbuild/buf-action"
53+
- dependency-name: "github/codeql-action"
5054
- dependency-name: "trufflesecurity/trufflehog"

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
# Initializes the CodeQL tools for scanning.
5454
- name: Initialize CodeQL
55-
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
55+
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
5656
with:
5757
languages: ${{ matrix.language }}
5858
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -62,7 +62,7 @@ jobs:
6262

6363
# Auto build attempts to build any compiled languages (C/C++, C#, or Java).
6464
- name: Auto build
65-
uses: github/codeql-action/autobuild@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
65+
uses: github/codeql-action/autobuild@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
6666

6767
# Run manual build only if auto-build fails
6868
- name: Manual build
@@ -75,4 +75,4 @@ jobs:
7575
# Can be excluded if the commit message contains: [skip codeql]
7676
- name: Perform CodeQL analysis
7777
if: ${{ !contains(env.commit_msg, '[skip codeql]') }}
78-
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
78+
uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4.30.9

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
# Scan dependencies
2727
# https://github.com/actions/dependency-review-action
2828
- name: Dependency review
29-
uses: actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0
29+
uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1

.github/workflows/maintenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
egress-policy: audit
1919

2020
- name: Tag stale issues and PRs
21-
uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
21+
uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
2222
with:
2323
# On the 'debug' mode the action will not perform any operation.
2424
# Add the secret ACTIONS_STEP_DEBUG with a value of 'true' in the repository.

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959

6060
# Upload the results to GitHub's code scanning dashboard.
6161
- name: Upload results to code-scanning
62-
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
62+
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
6363
with:
6464
sarif_file: results.sarif

0 commit comments

Comments
 (0)