diff --git a/.github/workflows/cmp_commstrings.yml b/.github/workflows/cmp_commstrings.yml index e841cd9d..301e5ce1 100644 --- a/.github/workflows/cmp_commstrings.yml +++ b/.github/workflows/cmp_commstrings.yml @@ -26,7 +26,7 @@ jobs: sudo apt update sudo apt install mercurial -y - name: Clone l10n repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: path: l10n persist-credentials: false diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index bc147d8d..90757899 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -26,7 +26,7 @@ jobs: language: [python, actions] steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 958d54d0..23f08c45 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -21,7 +21,7 @@ jobs: paths: ${{ steps.config.outputs.paths }} steps: - name: Checkout l10n:main - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: {ref: main, fetch-depth: 0, persist-credentials: false} - name: Configure git credentials run: git remote set-url origin "https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" @@ -54,7 +54,7 @@ jobs: contents: write steps: - name: Checkout l10n:update - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: {ref: update, path: l10n, persist-credentials: false} - name: Configure git credentials for l10n run: git remote set-url origin "https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" @@ -62,7 +62,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Checkout thunderbird:${{ matrix.ref }} - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: repository: thunderbird/comm-unified-l10n ref: ${{ matrix.ref }} @@ -103,7 +103,7 @@ jobs: pull-requests: write steps: - name: Checkout l10n:update - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: {ref: update, persist-credentials: false} - name: Configure git credentials run: git remote set-url origin "https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index d7186471..612e470d 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -20,7 +20,7 @@ jobs: security-events: write # Required for upload-sarif (used by zizmor-action) to upload SARIF files. steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false