Skip to content
Open
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 autopkg/workflows/autopkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
MUNKI_URL: "https://github.com/munki/munki/releases/download/v5.6.3/munkitools-5.6.3.4401.pkg"
steps:
- name: Checkout AutoPkg recipes
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v3.5.3 Pin SHA1 hash instead of version
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v3.5.3 Pin SHA1 hash instead of version
with:
fetch-depth: 1

Expand All @@ -54,7 +54,7 @@ jobs:
sudo installer -pkg /tmp/autopkg.pkg -target /

- name: Checkout your Munki LFS repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
with:
repository: replace_with_your_munki_repo
# GitHub deploy key with read/write access to repo
Expand Down
4 changes: 2 additions & 2 deletions autopkg/workflows/autopromote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:

steps:
- name: Checkout this repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
with:
fetch-depth: 1

- name: Checkout your Munki LFS repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
with:
fetch-depth: 1
repository: replace_with_your_munki_repo
Expand Down
4 changes: 2 additions & 2 deletions autopkg/workflows/repoclean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Checkout your Munki LFS repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
repository: replace_with_your_munki_repo
# GitHub deploy key with read/write access to repo
Expand All @@ -42,7 +42,7 @@ jobs:

- name: Checkout Munki code
if: steps.munki-code-cache.outputs.cache-hit != 'true'
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
repository: munki/munki
ref: ${{ env.MUNKI_COMMIT }}
Expand Down