From d452656235a8483677a6d0c6e4bf2cbb6d979cde Mon Sep 17 00:00:00 2001 From: Umit Buyukulucay Date: Wed, 13 Mar 2024 10:09:01 +0300 Subject: [PATCH] update action.yml --- action.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 86a22ff44c4..1aeef80b086 100644 --- a/action.yml +++ b/action.yml @@ -4,9 +4,10 @@ author: 'Super-linter contributors' description: 'Super-linter is a ready-to-run collection of linters and code analyzers, to help validate your source code.' runs: using: 'docker' - image: 'docker://ghcr.io/super-linter/super-linter:v6.3.0' # x-release-please-version - with: - id: ${{ secrets.GITHUB_TOKEN }} + image: 'docker://ghcr.io/enda-automation/enda-super-linter:latest' # x-release-please-version + credentials: + username: ${{ github.actor }} + password: ${{ secrets.GHCR_PAT }} branding: icon: 'check-square' color: 'white'