From 8ac99b3f0c52e73cfa3caa2f35fc638539691768 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:05:31 +0000 Subject: [PATCH] chore: update GitHub Actions to use commit hashes --- .github/workflows/label-templated-discussions.yml | 2 +- .github/workflows/rss-notifier.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/label-templated-discussions.yml b/.github/workflows/label-templated-discussions.yml index 0755734..b87ac3e 100644 --- a/.github/workflows/label-templated-discussions.yml +++ b/.github/workflows/label-templated-discussions.yml @@ -45,7 +45,7 @@ jobs: - name: Get selected topic id: get_selected_topic - uses: actions/github-script@v8 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: result-encoding: string script: | diff --git a/.github/workflows/rss-notifier.yml b/.github/workflows/rss-notifier.yml index 04c49ba..ee66434 100644 --- a/.github/workflows/rss-notifier.yml +++ b/.github/workflows/rss-notifier.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Authorize id: authorize - uses: actions/github-script@v8 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: github-token: ${{ secrets.GH_BOT_TOKEN }} result-encoding: string @@ -76,7 +76,7 @@ jobs: runs-on: ubuntu-latest steps: - name: facebook-post-action - uses: LizardByte/actions/actions/facebook_post@v2026.212.22356 + uses: LizardByte/actions/actions/facebook_post@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356 with: page_id: ${{ secrets.FACEBOOK_PAGE_ID }} access_token: ${{ secrets.FACEBOOK_ACCESS_TOKEN }}