Skip to content

Commit 81544a0

Browse files
author
Azizjon Rizayev
committed
Update Mayhem workflow to use latest action versions
1 parent b1f0db4 commit 81544a0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/mayhem.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@ jobs:
2222
triplet: x64-linux
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6.0.2
2626
with:
2727
submodules: recursive
2828

2929
- name: Log in to the Container registry
30-
uses: docker/login-action@v2.1.0
30+
uses: docker/login-action@v4.1.0
3131
with:
3232
registry: ${{ env.REGISTRY }}
3333
username: ${{ github.actor }}
3434
password: ${{ secrets.GITHUB_TOKEN }}
3535

3636
- name: Extract metadata (tags, labels) for Docker
3737
id: meta
38-
uses: docker/metadata-action@v4.1.1
38+
uses: docker/metadata-action@v6.0.0
3939
with:
4040
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4141

4242
- name: Build and push Docker image
43-
uses: docker/build-push-action@v3.2.0
43+
uses: docker/build-push-action@v7.1.0
4444
with:
4545
context: .
4646
push: true
@@ -62,10 +62,10 @@ jobs:
6262
- mayhem/Mayhemfile
6363

6464
steps:
65-
- uses: actions/checkout@v4
65+
- uses: actions/checkout@v6.0.2
6666

6767
- name: Start analysis for ${{ matrix.mayhemfile }}
68-
uses: ForAllSecure/mcode-action@long-runs
68+
uses: forallsecure/mcode-action@long-runs
6969
with:
7070
mayhem-token: ${{ secrets.MAYHEM_TOKEN }}
7171
args: --image ${{ needs.build.outputs.image }} --file ${{ matrix.mayhemfile }} --duration 600

0 commit comments

Comments
 (0)