diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index ba15dcd5..bf9d7ca0 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -24,7 +24,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4 + uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4.0.0 - name: "Lint YAML files" uses: "ibiqlik/action-yamllint@v3.1" @@ -81,7 +81,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4 + uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4.0.0 - name: "Install PHP with extensions" uses: "shivammathur/setup-php@2.26.0" @@ -115,7 +115,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4 + uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4.0.0 - name: "Install PHP with extensions" uses: "shivammathur/setup-php@2.26.0" @@ -175,7 +175,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4 + uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4.0.0 - name: "Install PHP with extensions" uses: "shivammathur/setup-php@2.26.0" @@ -215,7 +215,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4 + uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4.0.0 - name: "Install PHP with extensions" uses: "shivammathur/setup-php@2.26.0" @@ -260,7 +260,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4 + uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4.0.0 - name: "Install PHP with extensions" uses: "shivammathur/setup-php@2.26.0" diff --git a/.github/workflows/renew.yaml b/.github/workflows/renew.yaml index 38b5026e..a70deca9 100644 --- a/.github/workflows/renew.yaml +++ b/.github/workflows/renew.yaml @@ -22,7 +22,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4 + uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4.0.0 with: token: "${{ secrets.LCTRS_BOT_TOKEN }}"