File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ jobs:
271
271
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
272
272
- name : Check for breaking changes in API
273
273
id : breaking_changes
274
- uses : oasdiff/oasdiff-action/breaking@v0.0.21
274
+ uses : oasdiff/oasdiff-action/breaking@1c611ffb1253a72924624aa4fb662e302b3565d3 # v0.0.21
275
275
with :
276
276
base : https://raw.githubusercontent.com/siemens/wfx/refs/heads/main/spec/wfx.openapiv3.yml
277
277
revision : spec/wfx.openapiv3.yml
Original file line number Diff line number Diff line change 39
39
github_token : ${{ secrets.GITHUB_TOKEN }}
40
40
publish_dir : ./public
41
41
- name : Upload pages
42
- uses : actions/upload-artifact@v4
42
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
43
43
if : ${{ github.ref != 'refs/heads/main' }}
44
44
with :
45
45
name : wfx-pages
You can’t perform that action at this time.
0 commit comments