diff --git a/.github/workflows/_golangci-lint.yml b/.github/workflows/_golangci-lint.yml index 00088b8d5..c16a2a69f 100644 --- a/.github/workflows/_golangci-lint.yml +++ b/.github/workflows/_golangci-lint.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: golangci-lint - uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # 6.1.0 + uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # 6.1.1 with: version: latest diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index 15fabd19e..d7b600fca 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -46,7 +46,7 @@ jobs: - name: Set up gotestfmt uses: gotesttools/gotestfmt-action@8b4478c7019be847373babde9300210e7de34bfb # v2.2.0 - - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # 4.0.2 + - uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # 4.1.0 with: path: | ~/.cache/go-build @@ -65,7 +65,7 @@ jobs: - run: go build -tags osusergo,netgo -ldflags="-s -w -X main.version=$(git describe --tags) -X main.date=$(date --iso-8601=seconds)" - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # 4.5.0 + uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # 4.6.0 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} @@ -83,7 +83,7 @@ jobs: with: go-version-file: ./go.mod - - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # 4.0.2 + - uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # 4.1.0 with: path: | ~/.cache/go-build diff --git a/docs/Usage.md b/docs/Usage.md index 788ee76c6..a746ee2f8 100644 --- a/docs/Usage.md +++ b/docs/Usage.md @@ -34,6 +34,8 @@ The above command will : After you've run the container in background, you can access console of the container: +> In order to be able to access the container and execute commands you need to use the `alpine-` prefixed images. + ``` docker exec -it shiori ash ```