Skip to content

Commit 8a5ab92

Browse files
author
bgagent
committed
fix(security): upgrade gh version
1 parent ab8cb57 commit 8a5ab92

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/security.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
9898
gh issue create \
9999
--title "Security suite failed (${GITHUB_REF_NAME} @ ${short})" \
100+
--label bug \
100101
--body-file "${body_file}"
101102
102103
- name: Fail job if security suite failed

agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG TARGETPLATFORM=linux/arm64
2-
ARG GH_VERSION=2.92.0
2+
ARG GH_VERSION=2.93.0
33

44
FROM --platform=$TARGETPLATFORM jdxcode/mise:latest AS mise
55

0 commit comments

Comments
 (0)