Skip to content

Commit c7a9c54

Browse files
committed
ci: pinact
1 parent 9c6a572 commit c7a9c54

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: windows-latest
1414
timeout-minutes: 15
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
- name: Install Modules
1818
shell: pwsh
1919
run: |
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
Invoke-ScriptAnalyzer -Path ./src -Settings ./PSScriptAnalyzerSettings.psd1 -Severity Warning
2828
Invoke-ScriptAnalyzer -Path ./src/ScoopPlaybook.psm1 -Settings CodeFormatting
29-
- uses: MinoruSekine/setup-scoop@main # use @main to fix. see https://github.com/MinoruSekine/setup-scoop/issues/7
29+
- uses: MinoruSekine/setup-scoop@80f7f261b2e62af5d7450c85317b194046aa91f5 # v4.0.1
3030
- name: Scoop Version
3131
run: scoop --version
3232
- name: List Scoop Buckets

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ jobs:
1313
shell: bash
1414
env:
1515
REF: ${{ github.ref }}
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
- run: . ./publish.ps1 -Version $env:GIT_TAG
1818
shell: pwsh
19-
- uses: actions/upload-artifact@v2
19+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
2020
with:
2121
name: ScoopPlaybook_${{ env.GIT_TAG }}.zip
2222
path: ./publish/ScoopPlaybook_${{ env.GIT_TAG }}.zip
2323
- run: ./push.ps1 -Key $env:KEY -DryRun $false
2424
shell: pwsh
2525
env:
2626
KEY: ${{ secrets.SYNCED_PSGALLERY_NUGET_KEY }}
27-
- uses: actions/create-release@v1
27+
- uses: actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e # v1.1.4
2828
id: create_release
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)