Skip to content

Commit 55b764d

Browse files
authored
Merge branch 'master' into MaxymVlasov-patch-1
2 parents 0d08115 + 71c5498 commit 55b764d

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

.github/workflows/build-image-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Get changed Docker related files
4040
id: changed-files-specific
41-
uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
41+
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5
4242
with:
4343
files: |
4444
.dockerignore

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105

106106
steps:
107107
- name: Switch to using Python 3.13 by default
108-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
108+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
109109
with:
110110
python-version: 3.13
111111
- name: Check out src from Git
@@ -161,7 +161,7 @@ jobs:
161161
echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
162162
shell: bash
163163
- name: Set up pip cache
164-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
164+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
165165
with:
166166
path: ${{ steps.pip-cache-dir.outputs.dir }}
167167
key: >-
@@ -274,7 +274,7 @@ jobs:
274274

275275
steps:
276276
- name: Switch to using Python 3.13
277-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
277+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
278278
with:
279279
python-version: 3.13
280280

@@ -307,7 +307,7 @@ jobs:
307307
run: >-
308308
echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
309309
- name: Set up pip cache
310-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
310+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
311311
with:
312312
path: ${{ steps.pip-cache-dir.outputs.dir }}
313313
key: >-
@@ -372,7 +372,7 @@ jobs:
372372
>> "${GITHUB_OUTPUT}"
373373
working-directory: dist
374374
- name: Store the distribution packages
375-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
375+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
376376
with:
377377
name: >-
378378
${{ needs.pre-setup.outputs.dists-artifact-name }}

.github/workflows/codeql.yml

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

4747
# Initializes the CodeQL tools for scanning.
4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
49+
uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
5050
with:
5151
languages: ${{ matrix.language }}
5252
# If you wish to specify custom queries, you can do so here or in
@@ -58,7 +58,7 @@ jobs:
5858
# If this step fails, then you should remove it and run the build
5959
# manually (see below)
6060
- name: Autobuild
61-
uses: github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
61+
uses: github/codeql-action/autobuild@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
6262

6363
# ℹ️ Command-line programs to run using the OS shell.
6464
# yamllint disable-line rule:line-length
@@ -73,6 +73,6 @@ jobs:
7373
# ./location_of_script_within_repo/buildscript.sh
7474

7575
- name: Perform CodeQL Analysis
76-
uses: github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
76+
uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
7777
with:
7878
category: /language:${{matrix.language}}

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# https://web.archive.org/web/20210731173012/https://github.community/t/required-check-is-expected-after-automated-push/187545/
5757
ssh-key: ${{ secrets.GHA_AUTOFIX_COMMIT_KEY }}
5858
# Skip terraform_tflint which interferes to commit pre-commit auto-fixes
59-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
59+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
6060
with:
6161
python-version: '3.13'
6262

.github/workflows/reusable-tox.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
Switch to using Python v${{ inputs.python-version }}
159159
by default
160160
id: python-install
161-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
161+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
162162
with:
163163
python-version: ${{ inputs.python-version }}
164164
@@ -181,7 +181,7 @@ jobs:
181181

182182
- name: Cache pre-commit.com virtualenvs
183183
if: inputs.toxenv == 'pre-commit'
184-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
184+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
185185
with:
186186
path: ~/.cache/pre-commit
187187
key: >-
@@ -239,7 +239,7 @@ jobs:
239239
shell: bash
240240
- name: Set up pip cache
241241
if: fromJSON(steps.py-abi.outputs.is-stable-abi)
242-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
242+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
243243
with:
244244
path: ${{ steps.pip-cache-dir.outputs.dir }}
245245
key: >-
@@ -266,7 +266,7 @@ jobs:
266266
- name: Download all the dists
267267
if: >-
268268
contains(fromJSON('["metadata-validation", "pytest"]'), inputs.toxenv)
269-
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
269+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
270270
with:
271271
name: ${{ inputs.dists-artifact-name }}
272272
path: dist/

.github/workflows/scorecards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ jobs:
6666
# Upload the results as artifacts (optional). Commenting out will disable
6767
# uploads of run results in SARIF format to the repository Actions tab.
6868
- name: Upload artifact
69-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
69+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7070
with:
7171
name: SARIF file
7272
path: results.sarif
7373
retention-days: 5
7474

7575
# Upload the results to GitHub's code scanning dashboard.
7676
- name: Upload to code-scanning
77-
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
77+
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
7878
with:
7979
sarif_file: results.sarif

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repos:
4343

4444
# Detect hardcoded secrets
4545
- repo: https://github.com/gitleaks/gitleaks
46-
rev: v8.24.2
46+
rev: v8.26.0
4747
hooks:
4848
- id: gitleaks
4949

@@ -66,7 +66,7 @@ repos:
6666
- --implicit_start
6767

6868
- repo: https://github.com/adrienverge/yamllint.git
69-
rev: v1.37.0
69+
rev: v1.37.1
7070
hooks:
7171
- id: yamllint
7272
types:

0 commit comments

Comments
 (0)