diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 61d23dd6..88b4327e 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -27,7 +27,7 @@ jobs: steps: # Git Checkout - name: Checkout Code - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 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/pkg-test.yml b/.github/workflows/pkg-test.yml index 51288e04..a9487157 100644 --- a/.github/workflows/pkg-test.yml +++ b/.github/workflows/pkg-test.yml @@ -27,7 +27,7 @@ jobs: steps: # Git Checkout - name: Checkout Code - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 86a29559..b241de5e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: steps: # Git Checkout - name: Checkout Code - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 diff --git a/README.md b/README.md index a2177483..e1fec9a2 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ in order to customize the behavior of the plugin: * **metadata**: specify SKIP to not push any new metadata (implicit or explicit) * **_any other key_**: specify any other metadata key to store in the package -See below for more details. +See below for more details. When running from the git repository, you can use the Makefile to test the various options, as long as you set a WRITE_BUCKET: