Skip to content

Commit 2361b66

Browse files
chore(deps): update actions [skip pre-commit.ci] (#1203)
| datasource | package | from | to | | ----------- | --------------------------- | ------- | ------- | | github-tags | alstr/todo-to-issue-action | v5.1.13 | v5.1.14 | | github-tags | reviewdog/action-actionlint | v1.70.0 | v1.71.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e66399a commit 2361b66

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
- name: Checkout
196196
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
197197
- name: Validate
198-
uses: reviewdog/action-actionlint@e58ee9d111489c31395fbe4857b0be6e7635dbda # v1.70.0
198+
uses: reviewdog/action-actionlint@0d952c597ef8459f634d7145b0b044a9699e5e43 # v1.71.0
199199
with:
200200
github_token: ${{ secrets.GITHUB_TOKEN }}
201201
level: ${{ env.REVIEWDOG_LEVEL }}

.github/workflows/docker-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
id: build_date
102102
run: echo "date=$(./.github/scripts/docker.sh generate-build-date)" >> "$GITHUB_OUTPUT"
103103
- name: Build and Push
104-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
104+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
105105
timeout-minutes: 15
106106
env:
107107
SOURCE_DATE_EPOCH: ${{ steps.source_date.outputs.epoch }}

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
# - Build metadata (tags/labels) for image identification
156156
# - Build-time variables for versioning and traceability
157157
- name: Build
158-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
158+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
159159
timeout-minutes: 10
160160
with:
161161
# Build context directory (current directory)
@@ -420,7 +420,7 @@ jobs:
420420
# - Build-time variables for versioning and traceability
421421
- name: Build for Validation
422422
id: build_validate
423-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
423+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
424424
timeout-minutes: 15
425425
env:
426426
# Set SOURCE_DATE_EPOCH for reproducible builds
@@ -508,7 +508,7 @@ jobs:
508508
# This second build will be fast due to BuildKit cache from validation build
509509
- name: Push Validated Image with Attestations
510510
if: success()
511-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
511+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
512512
timeout-minutes: 5
513513
env:
514514
# Set SOURCE_DATE_EPOCH for reproducible builds

.github/workflows/maintenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
fetch-depth: 0
5757
- name: Convert
58-
uses: alstr/todo-to-issue-action@c45b007d85c8edf3365b139a9d4c65793e7c674f # v5.1.13
58+
uses: alstr/todo-to-issue-action@64aca8fda7023259aada83ba44ad988c4c443657 # v5.1.14
5959
with:
6060
CLOSE_ISSUES: true
6161
INSERT_ISSUE_URLS: true

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ jobs:
6565
- name: Checkout
6666
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6767
- name: Initialize CodeQL
68-
uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4
68+
uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4
6969
with:
7070
languages: python
7171
- name: Perform CodeQL Analysis
72-
uses: github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4
72+
uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4
7373
with:
7474
category: /language:python
7575
dependencies:

0 commit comments

Comments
 (0)