Skip to content

Commit 181268b

Browse files
authored
Merge pull request #336 from github/dependabot/github_actions/dependencies-6b9e951520
chore(deps): bump the dependencies group with 3 updates
2 parents 2d2706a + 0cc1395 commit 181268b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2626
- name: Set up Python ${{ matrix.python-version }}
27-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
27+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6464
- name: Push Docker Image
6565
if: ${{ success() }}
66-
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c
66+
uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd
6767
with:
6868
context: .
6969
file: ./Dockerfile

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
path: results.sarif
4343
retention-days: 5
4444
- name: "Upload to code-scanning"
45-
uses: github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.24.9
45+
uses: github/codeql-action/upload-sarif@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.24.9
4646
with:
4747
sarif_file: results.sarif

0 commit comments

Comments
 (0)