Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

chore(deps): bump github/codeql-action from 2 to 3 in /.github/workflows #326

chore(deps): bump github/codeql-action from 2 to 3 in /.github/workflows

chore(deps): bump github/codeql-action from 2 to 3 in /.github/workflows #326

Workflow file for this run

name: CI Dive Check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build image
run: docker build . -t rsslay:temp
- name: Dive
run: docker run -e CI=true -e DOCKER_API_VERSION=1.37 --rm -v /var/run/docker.sock:/var/run/docker.sock --mount type=bind,source=/home/runner/work/rsslay/rsslay/.dive-ci.yml,target=/.dive-ci wagoodman/dive:latest rsslay:temp --ci-config /.dive-ci