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 4141 - name : Configure AWS Credentials
4242 # Only continue with the workflow to emit metrics on code that has been merged to main.
4343 if : github.event_name != 'pull_request'
44- uses : aws-actions/configure-aws-credentials@v4.2.0
44+ uses : aws-actions/configure-aws-credentials@v4.2.1
4545 with :
4646 role-to-assume : arn:aws:iam::024603541914:role/GitHubOIDCRole
4747 role-session-name : s2ntlsghabenchsession
Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v4
1818 - name : Build and test in OpenBSD
1919 id : test
20- uses : cross-platform-actions/action@v0.27 .0
20+ uses : cross-platform-actions/action@v0.28 .0
2121 with :
2222 operating_system : openbsd
2323 architecture : x86-64
Original file line number Diff line number Diff line change 1111 team-labeler :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : JulienKode/team-labeler-action@v2.0.0
14+ - uses : JulienKode/team-labeler-action@v2.0.1
1515 with :
1616 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
1717
Original file line number Diff line number Diff line change 5252 folder : docs/usage-guide/book
5353
5454 - name : Configure AWS credentials
55- uses : aws-actions/configure-aws-credentials@v4.2.0
55+ uses : aws-actions/configure-aws-credentials@v4.2.1
5656 if : github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
5757 with :
5858 role-to-assume : arn:aws:iam::024603541914:role/GitHubOIDCRole
You can’t perform that action at this time.
0 commit comments