File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 7
7
- release/**
8
8
pull_request :
9
9
10
+ permissions :
11
+ contents : read
12
+ packages : read # Required for GHCR
13
+
10
14
jobs :
11
15
job_lint :
12
16
name : Lint
@@ -35,18 +39,19 @@ jobs:
35
39
include :
36
40
# x64 glibc
37
41
- os : ubuntu-22.04
38
- container : telosalliance/ ubuntu-20.04:latest
42
+ container : ghcr.io/getsentry/sentry-test- ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc
39
43
node : 18
40
44
binary : linux-x64-glibc-108
41
45
- os : ubuntu-22.04
42
- container : telosalliance/ ubuntu-20.04:latest
46
+ container : ghcr.io/getsentry/sentry-test- ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc
43
47
node : 20
44
48
binary : linux-x64-glibc-115
45
49
- os : ubuntu-22.04
46
- container : telosalliance/ ubuntu-20.04:latest
50
+ container : ghcr.io/getsentry/sentry-test- ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc
47
51
node : 22
48
52
binary : linux-x64-glibc-127
49
53
- os : ubuntu-22.04
54
+ container : ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc
50
55
node : 24
51
56
binary : linux-x64-glibc-137
52
57
You can’t perform that action at this time.
0 commit comments