File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 name : " Build Docker images"
1919 runs-on : ubuntu-24.04
2020 steps :
21- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
21+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2222
2323 - name : Set up Docker Buildx
2424 uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change 2121 name : gitleaks
2222 runs-on : ubuntu-24.04
2323 steps :
24- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
24+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2525 with :
2626 fetch-depth : 0
2727 - uses : gitleaks/gitleaks-action@bf2dc8e55639c1e091e9b45970152e4313705814
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout repository
27- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
27+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2828
2929 - name : Set up Node.js ${{ matrix.node-version }}
3030 uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-24.04
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
18+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1919
2020 - name : Install yamllint
2121 run : pip install yamllint
You can’t perform that action at this time.
0 commit comments