diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index b95c289..994685f 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -41,7 +41,7 @@ jobs: fail-fast: false runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Run script run: .\NewMachineSetup.ps1 shell: powershell @@ -53,7 +53,7 @@ jobs: fail-fast: false runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Run script run: ./NewMachineSetup.sh shell: bash @@ -61,7 +61,7 @@ jobs: name: PSScriptAnalyzer runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Run PSScriptAnalyzer uses: microsoft/psscriptanalyzer-action@v1.1 @@ -83,7 +83,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: fetch-depth: '0' - name: Bump version and push tag diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index e90be4f..22e26a1 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -7,7 +7,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Create a Release uses: elgohr/Github-Release-Action@20240816194204 env: diff --git a/.github/workflows/gitleaks.yml b/.github/workflows/gitleaks.yml index 1b6b27d..2ba1763 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -14,7 +14,7 @@ jobs: name: gitleaks runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: fetch-depth: 0 - uses: gitleaks/gitleaks-action@v2 diff --git a/.github/workflows/mind-your-language.yml b/.github/workflows/mind-your-language.yml index 5d32b7b..6e6a456 100644 --- a/.github/workflows/mind-your-language.yml +++ b/.github/workflows/mind-your-language.yml @@ -18,7 +18,7 @@ jobs: name: profanity check steps: - name: Checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Profanity check step uses: tailaiw/mind-your-language-action@v1.0.3 env: diff --git a/.github/workflows/unbrew.yml b/.github/workflows/unbrew.yml index 13ce9d9..5f8bb50 100644 --- a/.github/workflows/unbrew.yml +++ b/.github/workflows/unbrew.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Run script run: ./unbrew.sh shell: bash