Skip to content

Commit b3aa8c5

Browse files
[GHA] Dependency update for April 2025 (#3707)
* Bump docker/login-action from 3.3.0 to 3.4.0 * Bump github/codeql-action from 3.25.3 to 3.28.13 * Bump actions/dependency-review-action from 4.5.0 to 4.6.0 * Bump sillsdev/FieldWorks from f7496760e23dd2491122d066ed388a2fc0565f91 to b34051e392d699c2d690b066cd5fd8ed00dc7c42 * Bump docker/setup-buildx-action from 3.7.1 to 3.10.0 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 627b658 commit b3aa8c5

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/codeql.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
# Initializes the CodeQL tools for scanning.
5757
- name: Initialize CodeQL
58-
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
58+
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
5959
with:
6060
languages: ${{ matrix.language }}
6161
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,7 +68,7 @@ jobs:
6868
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
6969
# If this step fails, then you should remove it and run the build manually (see below)
7070
- name: Autobuild
71-
uses: github/codeql-action/autobuild@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
71+
uses: github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
7272

7373
# Command-line programs to run using the OS shell.
7474
# See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -81,6 +81,6 @@ jobs:
8181
# ./location_of_script_within_repo/buildscript.sh
8282

8383
- name: Perform CodeQL Analysis
84-
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
84+
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
8585
with:
8686
category: "/language:${{matrix.language}}"

.github/workflows/combine_deploy_image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ jobs:
4040
- name: Set up QEMU
4141
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
4242
- name: Set up Docker Buildx
43-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
43+
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
4444
- name: Configure AWS credentials
4545
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
4646
with:
4747
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
4848
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
4949
aws-region: us-east-1
5050
- name: Login to AWS ECR
51-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
51+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
5252
with:
5353
registry: public.ecr.aws
5454
username: ${{ secrets.AWS_ACCESS_KEY_ID }}

.github/workflows/commit_message_check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ permissions: # added using https://github.com/step-security/secure-workflows
1414

1515
jobs:
1616
commit-message-lint:
17-
uses: sillsdev/FieldWorks/.github/workflows/CommitMessage.yml@f7496760e23dd2491122d066ed388a2fc0565f91
17+
uses: sillsdev/FieldWorks/.github/workflows/CommitMessage.yml@b34051e392d699c2d690b066cd5fd8ed00dc7c42

.github/workflows/dependency-review.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- name: "Checkout Repository"
2929
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030
- name: "Dependency Review"
31-
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
31+
uses: actions/dependency-review-action@ce3cf9537a52e8119d91fd484ab5b8a807627bf8 # v4.6.0

.github/workflows/scorecards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ jobs:
8989

9090
# Upload the results to GitHub's code scanning dashboard.
9191
- name: "Upload to code-scanning"
92-
uses: github/codeql-action/upload-sarif@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
92+
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
9393
with:
9494
sarif_file: results.sarif

0 commit comments

Comments
 (0)