Skip to content

Commit 2f9e708

Browse files
Bump the actions group across 1 directory with 6 updates (#2223)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Qingyang Hu <[email protected]>
1 parent 1e7cea0 commit 2f9e708

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
# Initializes the CodeQL tools for scanning.
4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@v3
41+
uses: github/codeql-action/init@v4
4242
with:
4343
languages: go
4444
build-mode: manual
@@ -50,6 +50,6 @@ jobs:
5050
run: task build
5151

5252
- name: Perform CodeQL Analysis
53-
uses: github/codeql-action/analyze@v3
53+
uses: github/codeql-action/analyze@v4
5454
with:
5555
category: "/language:go"

.github/workflows/create-release-branch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ jobs:
3333
outputs:
3434
version: ${{ steps.pre-publish.outputs.version }}
3535
steps:
36-
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
36+
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v3
3737
with:
3838
app_id: ${{ vars.APP_ID }}
3939
private_key: ${{ secrets.APP_PRIVATE_KEY }}
40-
- uses: mongodb-labs/drivers-github-tools/setup@v2
40+
- uses: mongodb-labs/drivers-github-tools/setup@v3
4141
with:
4242
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
4343
aws_region_name: ${{ vars.AWS_REGION_NAME }}
4444
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
4545
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
46-
- uses: mongodb-labs/drivers-github-tools/create-branch@v2
46+
- uses: mongodb-labs/drivers-github-tools/create-branch@v3
4747
id: create-branch
4848
with:
4949
branch_name: ${{ inputs.branch_name }}

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
pull-requests: write
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/labeler@v5
12+
- uses: actions/labeler@v6

.github/workflows/merge-up.yml

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: mongodb-labs/drivers-github-tools/secure-checkout@v2
20+
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v3
2121
with:
2222
app_id: ${{ vars.PR_APP_ID }}
2323
private_key: ${{ secrets.PR_APP_PRIVATE_KEY }}

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@ jobs:
3333
outputs:
3434
prev_version: ${{ steps.pre-publish.outputs.prev_version }}
3535
steps:
36-
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
36+
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v3
3737
with:
3838
app_id: ${{ vars.APP_ID }}
3939
private_key: ${{ secrets.APP_PRIVATE_KEY }}
40-
- uses: mongodb-labs/drivers-github-tools/setup@v2
40+
- uses: mongodb-labs/drivers-github-tools/setup@v3
4141
with:
4242
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
4343
aws_region_name: ${{ vars.AWS_REGION_NAME }}
4444
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
4545
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
4646
- name: Pre Publish
4747
id: pre-publish
48-
uses: mongodb-labs/drivers-github-tools/golang/pre-publish@v2
48+
uses: mongodb-labs/drivers-github-tools/golang/pre-publish@v3
4949
with:
5050
version: ${{ inputs.version }}
5151
push_changes: ${{ inputs.push_changes }}
@@ -68,18 +68,18 @@ jobs:
6868
contents: write
6969
security-events: read
7070
steps:
71-
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
71+
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v3
7272
with:
7373
app_id: ${{ vars.APP_ID }}
7474
private_key: ${{ secrets.APP_PRIVATE_KEY }}
75-
- uses: mongodb-labs/drivers-github-tools/setup@v2
75+
- uses: mongodb-labs/drivers-github-tools/setup@v3
7676
with:
7777
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
7878
aws_region_name: ${{ vars.AWS_REGION_NAME }}
7979
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
8080
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
8181
- name: Publish
82-
uses: mongodb-labs/drivers-github-tools/golang/publish@v2
82+
uses: mongodb-labs/drivers-github-tools/golang/publish@v3
8383
with:
8484
version: ${{ inputs.version }}
8585
silk_asset_group: ${{ env.SILK_ASSET_GROUP }}

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
persist-credentials: false
4040

4141
- name: "Run analysis"
42-
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
42+
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
4343
with:
4444
results_file: results.sarif
4545
results_format: sarif
@@ -73,6 +73,6 @@ jobs:
7373
# Upload the results to GitHub's code scanning dashboard (optional).
7474
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7575
- name: "Upload to code-scanning"
76-
uses: github/codeql-action/upload-sarif@v3
76+
uses: github/codeql-action/upload-sarif@v4
7777
with:
7878
sarif_file: results.sarif

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v5
20-
- uses: actions/setup-python@v5
21-
- uses: actions/setup-go@v5
20+
- uses: actions/setup-python@v6
21+
- uses: actions/setup-go@v6
2222
with:
2323
go-version: 'stable'
2424
- uses: pre-commit/[email protected]

etc/golangci-lint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -ex
33

44
# Keep this in sync with go version used in static-analysis Evergreen build variant.
5-
GO_VERSION=1.22.8
5+
GO_VERSION=1.23.0
66
GOLANGCI_LINT_VERSION=1.60.1
77

88
# Unset the cross-compiler overrides while downloading binaries.
@@ -17,7 +17,7 @@ GOROOT="$(go${GO_VERSION} env GOROOT)"
1717
PATH="$GOROOT/bin:$PATH"
1818
export PATH
1919
export GOROOT
20-
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v${GOLANGCI_LINT_VERSION}
20+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b "$(go env GOPATH)"/bin v${GOLANGCI_LINT_VERSION}
2121

2222
export GOOS=$GOOS_ORIG
2323
export GOARCH=$GOARCH_ORIG

0 commit comments

Comments
 (0)