diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index bb4d2434f284d..985b80a0b4bae 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -23,13 +23,13 @@ jobs: steps: - name: Repo checkout - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 + uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 with: # We need a full repo clone fetch-depth: 0 - name: Lint Code Base - uses: github/super-linter/slim@b8641364ca9a79b3cf07f3c4c59a82709cd39094 + uses: github/super-linter/slim@ae4e373c56efad95924d9cc6b89624fdb2333007 env: DEFAULT_BRANCH: main MULTI_STATUS: false