Skip to content

Commit 80d479a

Browse files
authored
Merge pull request #342 from github/dependabot/github_actions/dependencies-132963b983
chore(deps): bump the dependencies group with 2 updates
2 parents e7f8331 + 53d9197 commit 80d479a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v5.5.0
25+
uses: actions/setup-python@v5.6.0
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Install dependencies

.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@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
45+
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
4646
with:
4747
sarif_file: results.sarif

.github/workflows/super-linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525
- name: Setup Python
26-
uses: actions/setup-python@v5.5.0
26+
uses: actions/setup-python@v5.6.0
2727
with:
2828
python-version: "3.12"
2929
- name: Install dependencies

0 commit comments

Comments
 (0)