diff --git a/.github/workflows/additional-tags.yaml b/.github/workflows/additional-tags.yaml index 012a121..492e19e 100644 --- a/.github/workflows/additional-tags.yaml +++ b/.github/workflows/additional-tags.yaml @@ -17,6 +17,6 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: 🚀 Run Release Tracker uses: vweevers/additional-tags-action@v2.0.0 diff --git a/.github/workflows/labels.yaml b/.github/workflows/labels.yaml index 33cf431..63edc6a 100644 --- a/.github/workflows/labels.yaml +++ b/.github/workflows/labels.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: 🚀 Run Label Syncer uses: micnncim/action-label-syncer@v1.3.0 env: diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index a97ec07..5e7a866 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: 🚀 Run yamllint uses: frenck/action-yamllint@v1.4 @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: 🚀 Run Prettier uses: creyD/prettier_action@v4.3 with: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6dfdb1c..5bdd7fe 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: 🚀 Run Home Assistant Configuration Check uses: ./ with: