Skip to content

Commit 76a140c

Browse files
chore(deps): update all non-major dependencies (#136)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d7b9db5 commit 76a140c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/standard-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
- name: Build unit test image layer
173173
if: ${{ inputs.enable-build-test-layer == true }}
174174
id: build_test
175-
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
175+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
176176
with:
177177
context: ${{ inputs.build-context }}
178178
push: false
@@ -203,7 +203,7 @@ jobs:
203203
204204
- name: Build and push image
205205
id: build
206-
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
206+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
207207
with:
208208
context: ${{ inputs.build-context }}
209209
# when in a PR, save the image as a tar archive

.github/workflows/standard-lint.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
id: ml
8484
# You can override MegaLinter flavor used to have faster performances
8585
# More info at https://megalinter.io/latest/flavors/
86-
uses: oxsecurity/megalinter@1fc052d03c7a43c78fe0fee19c9d648b749e0c01 # v8.3.0
86+
uses: oxsecurity/megalinter@f90c800040e4f84800700b27b2394d3eecc1fdad # v8.4.0
8787
env:
8888
VALIDATE_ALL_CODEBASE: "true"
8989
# only try to post PR comments if it's not a fork
@@ -192,7 +192,7 @@ jobs:
192192

193193
# Initializes the CodeQL tools for scanning.
194194
- name: Initialize CodeQL
195-
uses: github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
195+
uses: github/codeql-action/init@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
196196
with:
197197
languages: ${{ matrix.language }}
198198
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -205,7 +205,7 @@ jobs:
205205
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
206206
# If this step fails, then you should remove it and run the build manually (see below)
207207
- name: Autobuild
208-
uses: github/codeql-action/autobuild@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
208+
uses: github/codeql-action/autobuild@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
209209

210210
# ℹ️ Command-line programs to run using the OS shell.
211211
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -218,7 +218,7 @@ jobs:
218218
# ./location_of_script_within_repo/buildscript.sh
219219

220220
- name: Perform CodeQL Analysis
221-
uses: github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
221+
uses: github/codeql-action/analyze@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
222222
with:
223223
category: "/language:${{matrix.language}}"
224224

@@ -245,7 +245,7 @@ jobs:
245245
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
246246

247247
- name: Upload SARIF file
248-
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
248+
uses: github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
249249
with:
250250
sarif_file: results.sarif
251251
category: zizmor

.github/workflows/standard-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
persist-credentials: false
5959

6060
# Only required temporary: https://github.com/cycjimmy/semantic-release-action/issues/159
61-
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
61+
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
6262
with:
6363
node-version: 14
6464

0 commit comments

Comments
 (0)