chore: update GitHub Actions to use commit hashes (#4659)

This commit is contained in:
LizardByte-bot
2026-02-03 10:49:53 -05:00
committed by GitHub
parent 874880e5ea
commit db15af207f
12 changed files with 41 additions and 41 deletions

View File

@@ -39,13 +39,13 @@ jobs:
clean-all: true
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
submodules: recursive
- name: Setup node
id: node
uses: actions/setup-node@v6
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
with:
node-version: ${{ env.NODE_VERSION }}
@@ -57,7 +57,7 @@ jobs:
- name: Setup python
id: python
uses: actions/setup-python@v6
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: '3.12'
@@ -91,7 +91,7 @@ jobs:
run: cat generated-sources.json
- name: Cache Flatpak build
uses: actions/cache@v5
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
with:
path: ./build/.flatpak-builder
key: flatpak-${{ matrix.arch }}-${{ github.sha }}
@@ -206,7 +206,7 @@ jobs:
tar -czf ./artifacts/flathub.tar.gz -C ./flathub .
- name: Upload Artifacts
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
with:
name: build-Linux-Flatpak-${{ matrix.arch }}
path: artifacts/