From 120738a050a64b093fcccaf0a2e06a4570ffca7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 23:37:48 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/mega-linter.yml | 2 +- .github/workflows/release-action-using-tag.yml | 2 +- action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 234a3b9..48eb9f9 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -30,7 +30,7 @@ jobs: egress-policy: audit - name: Checkout Code - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} fetch-depth: 0 # If you use VALIDATE_ALL_CODEBASE = true, you can remove this line to improve performances diff --git a/.github/workflows/release-action-using-tag.yml b/.github/workflows/release-action-using-tag.yml index ca3cb1b..b08688b 100644 --- a/.github/workflows/release-action-using-tag.yml +++ b/.github/workflows/release-action-using-tag.yml @@ -7,7 +7,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Bump version and push tag id: tag_version uses: mathieudutour/github-tag-action@a22cf08638b34d5badda920f9daf6e72c477b07b # v6.2 diff --git a/action.yml b/action.yml index 426a36f..aba972a 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,7 @@ runs: steps: - name: Checkout id: checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Configure Git id: git