Skip to content

Commit b2263ee

Browse files
authored
Merge pull request #81 from timoa/develop
Update dependencies and security
2 parents 9f5db3e + 2eb9235 commit b2263ee

File tree

7 files changed

+1166
-1331
lines changed

7 files changed

+1166
-1331
lines changed

.github/renovate.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@
77
"platformAutomerge": true,
88
"branchPrefix": "fix/deps/",
99
"addLabels": [
10-
"dependencies",
10+
"deps",
1111
"security"
1212
],
13+
"assignees": [
14+
"timoa"
15+
],
1316
"packageRules": [
1417
{
1518
"description": "Automerge renovate minor and patch updates",

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929

3030
# Initializes the CodeQL tools for scanning.
3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@4c1021c5041fca6023824e45efb7f83178d52fe2 # tag=v1.1.6
32+
uses: github/codeql-action/init@1ed1437484560351c5be56cf73a48a279d116b78 # tag=v2.1.8
3333
# Override language selection by uncommenting this and choosing your languages
3434
# with:
3535
# languages: go, javascript, csharp, python, cpp, java
3636

3737
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
3838
# If this step fails, then you should remove it and run the build manually (see below)
3939
- name: Autobuild
40-
uses: github/codeql-action/autobuild@4c1021c5041fca6023824e45efb7f83178d52fe2 # tag=v1.1.6
40+
uses: github/codeql-action/autobuild@1ed1437484560351c5be56cf73a48a279d116b78 # tag=v2.1.8
4141

4242
# ℹ️ Command-line programs to run using the OS shell.
4343
# 📚 https://git.io/JvXDl
@@ -51,4 +51,4 @@ jobs:
5151
# make release
5252

5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@4c1021c5041fca6023824e45efb7f83178d52fe2 # tag=v1.1.6
54+
uses: github/codeql-action/analyze@1ed1437484560351c5be56cf73a48a279d116b78 # tag=v2.1.8

.github/workflows/nodejs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0
1818

1919
- name: Setup Node.js ${{ matrix.node }}
20-
uses: actions/setup-node@5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # tag=v3
20+
uses: actions/setup-node@5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # tag=v3.1.0
2121
with:
2222
node-version: ${{ matrix.node }}
2323
check-latest: true
@@ -99,7 +99,7 @@ jobs:
9999

100100
steps:
101101
- name: Checkout
102-
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
102+
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # tag=v3
103103

104104
- name: Perform Scan
105105
uses: ShiftLeftSecurity/scan-action@master
@@ -124,7 +124,7 @@ jobs:
124124

125125
steps:
126126
- name: Checkout
127-
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
127+
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # tag=v3
128128

129129
- name: Semantic Release
130130
uses: cycjimmy/semantic-release-action@v3
@@ -164,8 +164,8 @@ jobs:
164164
with:
165165
username: ${{ secrets.DOCKER_USERNAME }}
166166
password: ${{ secrets.DOCKER_PASSWORD }}
167-
-
168-
name: Build and push
167+
168+
- name: Build and push
169169
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a # tag=v2.10.0
170170
with:
171171
context: .

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16.14.2-alpine
1+
FROM node:16.14.2-alpine@sha256:28bed508446db2ee028d08e76fb47b935defa26a84986ca050d2596ea67fd506
22
ARG appPort=9000
33
# ARG microScannerToken
44

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.3'
22

33
services:
44
api:
5-
image: timoa/chrome-tab-rotate-server:latest@sha256:58edd71fc180af7a0bdc94ae2e8d647b5ca4da059d9b09e12eb9d1864ab11c24
5+
image: timoa/chrome-tab-rotate-server:latest@sha256:b916ac408ace2161b7d74b6382f378606c581c1693cc34b91fac72330d248722
66
environment:
77
- NODE_ENV=production
88
- NODE_HOST=0.0.0.0

0 commit comments

Comments
 (0)