Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
contents: read
security-events: write
id-token: write
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@da08a06e8aec70621e50ed4aec2fac5599839f45 # v0.1.62
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@79c4381f9be567527d8782094317b0282493e45a # v0.1.66
with:
run_build: false
run_version_tag: false
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:

# TODO: maybe we can simplify and avoid the heavy lifting of the bootstrap action
- name: Set environment
uses: open-edge-platform/orch-ci/.github/actions/bootstrap@490a8651344e504bba68a208b1104254046dacd5 # v0.1.65
uses: open-edge-platform/orch-ci/.github/actions/bootstrap@79c4381f9be567527d8782094317b0282493e45a # v0.1.66
with:
gh_token: ${{ secrets.SYS_ORCH_GITHUB }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

# TODO: maybe we can simplify and avoid the heavy lifting of the bootstrap action
- name: Set enviroment
uses: open-edge-platform/orch-ci/.github/actions/bootstrap@490a8651344e504bba68a208b1104254046dacd5 # 0.1.65
uses: open-edge-platform/orch-ci/.github/actions/bootstrap@79c4381f9be567527d8782094317b0282493e45a # v0.1.66
with:
gh_token: ${{ secrets.SYS_ORCH_GITHUB }}

Expand Down