Skip to content

Commit 9c8606a

Browse files
renovate[bot]michaeladler
authored andcommitted
chore(deps): pin dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 34cff33 commit 9c8606a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ jobs:
271271
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
272272
- name: Check for breaking changes in API
273273
id: breaking_changes
274-
uses: oasdiff/oasdiff-action/breaking@v0.0.21
274+
uses: oasdiff/oasdiff-action/breaking@1c611ffb1253a72924624aa4fb662e302b3565d3 # v0.0.21
275275
with:
276276
base: https://raw.githubusercontent.com/siemens/wfx/refs/heads/main/spec/wfx.openapiv3.yml
277277
revision: spec/wfx.openapiv3.yml

.github/workflows/pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
github_token: ${{ secrets.GITHUB_TOKEN }}
4040
publish_dir: ./public
4141
- name: Upload pages
42-
uses: actions/upload-artifact@v4
42+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
4343
if: ${{ github.ref != 'refs/heads/main' }}
4444
with:
4545
name: wfx-pages

0 commit comments

Comments
 (0)