diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 4eb4efd..b9114cf 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -19,8 +19,15 @@ jobs: runs-on: ubuntu-24.04 name: Checks syntax of our code permissions: + # contents permission to clone the repository contents: read packages: read + # issues and pull-requests permissions to write results as pull + # request comments. Omit them if you don't need summary comments + issues: write + pull-requests: write + # To report GitHub Actions status checks. Omit if you don't need + # to update commit status statuses: write steps: - uses: actions/checkout@v6 diff --git a/VERSION b/VERSION index cc868b6..4bac418 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.1 \ No newline at end of file +4.0.2 \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 5d06e2a..f86aa53 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: netbox: &netbox - image: docker.io/netboxcommunity/netbox:${VERSION-v4.5-4.0.1} + image: docker.io/netboxcommunity/netbox:${VERSION-v4.5-4.0.2} depends_on: - postgres - redis