Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update super-linter/super-linter action to v5.4.0 #1160

Merged
merged 2 commits into from
Oct 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"rebaseWhen": "behind-base-branch",
"dependencyDashboard": true,
"git-submodules": {"enabled": true},
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^Dockerfile$"],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# Run Linter against code base #
################################
- name: Lint Code Base
uses: super-linter/super-linter@v5.3.1
uses: super-linter/super-linter@v5.4.0
env:
VALIDATE_CPP: false # Use clang-formt instead
VALIDATE_ALL_CODEBASE: false
Expand Down
25 changes: 2 additions & 23 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,7 @@ image: gitpod/workspace-full:latest

tasks:
- init: |
npm install --location=global opcua-commander && \
npm install --location=global opcua-commander renovate && \
sudo apt update && sudo apt -yy install yamllint && pip install cmakelang
command: bash ./initialbuild.sh

github:
prebuilds:
# enable for the master/default branch (defaults to true)
master: true
# enable for all branches in this repo (defaults to false)
branches: true
# enable for pull requests coming from this repo (defaults to true)
pullRequests: true
# enable for pull requests coming from forks (defaults to false)
pullRequestsFromForks: true
# add a check to pull requests (defaults to true)
addCheck: true
# add a "Review in Gitpod" button as a comment to pull requests
# (defaults to false)
addComment: true
# add a "Review in Gitpod" button to the pull request's description
# (defaults to false)
addBadge: false
# add a label once the prebuild is ready to pull requests
# (defaults to false)
addLabel: false