diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 14514bf..03ade75 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - name: Setup Node.js (or other environment if needed) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 56fe7f9..9d9af07 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -13,7 +13,7 @@ jobs: if: github.repository == 'NextCommunity/NextCommunity.github.io' runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - run: npm ci && npm run build diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 7c0a8a0..da6a481 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -12,7 +12,7 @@ jobs: if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - run: npm ci && npm run build diff --git a/.github/workflows/prek-audit.yml b/.github/workflows/prek-audit.yml index 42be85b..c232d90 100644 --- a/.github/workflows/prek-audit.yml +++ b/.github/workflows/prek-audit.yml @@ -19,7 +19,7 @@ jobs: os: [macos-latest, ubuntu-latest, windows-latest] steps: - name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )" - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - name: Run prek-action diff --git a/.github/workflows/prek-manual.yml b/.github/workflows/prek-manual.yml index 01232d6..ec3d587 100644 --- a/.github/workflows/prek-manual.yml +++ b/.github/workflows/prek-manual.yml @@ -19,7 +19,7 @@ jobs: os: [macos-latest, ubuntu-latest, windows-latest] steps: - name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )" - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - name: Run prek-action diff --git a/.github/workflows/prek.yml b/.github/workflows/prek.yml index 6bfdb55..2c1c158 100644 --- a/.github/workflows/prek.yml +++ b/.github/workflows/prek.yml @@ -19,7 +19,7 @@ jobs: os: [macos-latest, ubuntu-latest, windows-latest] steps: - name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )" - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - name: Run prek-action diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index fa27b08..e8ee522 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -17,7 +17,7 @@ jobs: contents: read steps: - name: Checkout Code - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: # super-linter needs the full git history to get the # list of files that changed across commits