diff --git a/.github/workflows/changelog_generation.yml b/.github/workflows/changelog_generation.yml index 5ff7d45b77388..03f11c9fe8397 100644 --- a/.github/workflows/changelog_generation.yml +++ b/.github/workflows/changelog_generation.yml @@ -16,7 +16,7 @@ jobs: if: github.repository == 'Baystation12/Baystation12' # to prevent this running on forks steps: - name: Checkout - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: fetch-depth: 0 # Otherwise, we will fail to push refs ref: dev diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index de0c2874a9f3f..73319b1829396 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/generate_documentation.yml b/.github/workflows/generate_documentation.yml index 503df0cea34e3..35348e833c27f 100644 --- a/.github/workflows/generate_documentation.yml +++ b/.github/workflows/generate_documentation.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: paths-filter uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 id: filter @@ -37,7 +37,7 @@ jobs: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Setup Cache uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 with: diff --git a/.github/workflows/make_changelogs.yml b/.github/workflows/make_changelogs.yml index d9080005dc260..b3c44bace07b3 100644 --- a/.github/workflows/make_changelogs.yml +++ b/.github/workflows/make_changelogs.yml @@ -16,7 +16,7 @@ jobs: if: github.repository == 'Baystation12/Baystation12' # to prevent this running on forks steps: - name: Checkout - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: fetch-depth: 25 - name: Python setup diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f116e40e56cc0..8c04287d73b48 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: paths-filter uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 id: filter @@ -32,7 +32,7 @@ jobs: needs: PreFlight if: needs.PreFlight.outputs.dm == 'true' steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Setup Cache uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 with: @@ -60,7 +60,7 @@ jobs: - DreamChecker if: needs.PreFlight.outputs.dm == 'true' steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Setup Cache uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 with: @@ -90,7 +90,7 @@ jobs: - DreamChecker if: needs.PreFlight.outputs.dm == 'true' steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Setup Cache uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 with: @@ -119,7 +119,7 @@ jobs: - DreamChecker if: needs.PreFlight.outputs.dm == 'true' steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Setup Cache uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 with: @@ -148,7 +148,7 @@ jobs: - DreamChecker if: needs.PreFlight.outputs.dm == 'true' steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Setup Cache uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 with: