File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7878 run : sudo chown -Rc $UID .git/
7979 - name : Commit and push applied linter fixes
8080 if : steps.ml.outputs.has_updated_sources == 1 && (env.APPLY_FIXES_EVENT == 'all' || env.APPLY_FIXES_EVENT == github.event_name) && env.APPLY_FIXES_MODE == 'commit' && github.ref != 'refs/heads/main' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository)
81- uses : stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # pin@v5
81+ uses : stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # pin@v5
8282 with :
8383 branch : ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
8484 commit_message : " [MegaLinter] Apply linters fixes"
9393
9494 - name : Upload MegaLinter scan results to GitHub Security tab
9595 if : steps.sarif_file_exists.outputs.files_exists == 'true'
96- uses : github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # pin@v2
96+ uses : github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # pin@v2
9797 with :
9898 sarif_file : " megalinter-reports/megalinter-report.sarif"
Original file line number Diff line number Diff line change 2020 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v3
2121
2222 - name : Set up QEMU
23- uses : docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # pin@v2
23+ uses : docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # pin@v2
2424
2525 - name : Set up Docker Buildx
2626 uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # pin@v2
@@ -108,7 +108,7 @@ jobs:
108108
109109 - name : Docker metadata
110110 id : meta
111- uses : docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # pin@v5
111+ uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # pin@v5
112112 with :
113113 images : |
114114 name=registry.hub.docker.com/${{ steps.customvars.outputs.dockerhub_image }},enable=${{ steps.customvars.outputs.dockerhub == 'true' }}
You can’t perform that action at this time.
0 commit comments