File tree Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Original file line number Diff line number Diff line change 23
23
24
24
runs-on : ${{ matrix.os }}
25
25
steps :
26
- - uses : GitHubSecurityLab/actions-permissions/monitor@v1
27
-
26
+ - uses : GitHubSecurityLab/actions-permissions/monitor@main
28
27
- uses : actions/checkout@v3
29
28
30
- # Docker build or pull needs CA fixup?
31
- - run : |
32
- cat <<EOF > Dockerfile
33
- FROM node:18.16-bookworm-slim AS npm-builder
34
-
35
- # Install Debian dependencies
36
- RUN apt-get update -y && \
37
- apt-get install -y build-essential git && \
38
- apt-get clean && \
39
- rm -f /var/lib/apt/lists/*_*
40
-
41
- COPY LICENSE /
42
- CMD ["cat LICENSE"]
43
- EOF
44
- docker build --rm --tag elixir_boilerplate:latest .
45
-
46
- - run : |
47
- docker pull hello-world
48
- docker run hello-world
49
-
50
- - run : docker pull quay.io/jetstack/cert-manager-controller:v1.8.2
51
-
52
29
# test github-script CA
53
30
- name : github-script
54
31
uses : actions/github-script@v6
You can’t perform that action at this time.
0 commit comments